Merge branch 'debian/unstable' into debian/master
authorSimon McVittie <smcv@debian.org>
Tue, 16 Aug 2022 10:22:11 +0000 (11:22 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 16 Aug 2022 10:23:13 +0000 (11:23 +0100)
1  2 
debian/changelog

index c0af19ad32b3fb6a84d7a3077251a7e992fca836,844508e2af768e8de75c66f6fbfdf0e30787a8fc..9a14590625684b76ecb92556442afca0f58063a8
@@@ -1,21 -1,25 +1,43 @@@
+ gtk4 (4.6.6+ds-3) unstable; urgency=medium
+   * Branch 4.6.x for unstable
+   * d/rules: Force softpipe OpenGL driver on mips* architectures.
+     This is a workaround for misrendering and crashes when the buildds run
+     tests under llvmpipe on these architectures (see #993550, #1003348,
+     #1010838).
+   * d/p/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch:
+     Remove patch, stop skipping tests that (should) pass on mips*el when
+     we force softpipe.
+   * d/p/Work-around-1014417-in-Meson.patch:
+     Remove workaround for a Meson 0.63.0 bug that was fixed in 0.63.1
+   * d/p/build-Add-an-option-to-use-more-conservative-GResource-em.patch:
+     Add a build option to disable the GResource fast-path, and disable it.
+     It isn't reliable on non-mainstream architectures, and the compile time
+     improvement is not significant if we're compiling all of GTK anyway.
+   * d/rules: Enable broadway backend for the .deb build (but not the udeb).
+     This is apparently used by Cambalache and Deckard, and also the
+     Pidgin unit tests. (Closes: #994944)
+  -- Simon McVittie <smcv@debian.org>  Tue, 16 Aug 2022 09:23:59 +0100
 +gtk4 (4.7.2+ds-1) experimental; urgency=medium
 +
 +  * New upstream development release
 +    - Fix crashes involving GL/GLES version selection on PinePhone
 +      (Closes: #1009917)
 +  * Repack with wayland and wayland-protocols subprojects omitted.
 +    The versions in unstable are sufficiently new.
 +  * d/control.in: Update dependency versions
 +  * d/copyright: Update
 +  * Refresh patch series
 +  * Skip inscription-markup.ui reftest for now.
 +    The whole thing is rendered 1px offset from where it should be, which is
 +    not a serious problem for practical use of GTK, but makes the tests fail.
 +  * d/gtk-4-examples.install: Include the new NodeEditor demo
 +  * Update symbols file for new ABI
 +
 + -- Simon McVittie <smcv@debian.org>  Fri, 12 Aug 2022 11:46:07 +0100
 +
  gtk4 (4.6.6+ds-2) unstable; urgency=medium
  
    [ Evangelos Ribeiro Tzaras ]